home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 345 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Doublebuffered window??
  5. Date: 6 Jan 1996 18:43:56 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4cmftc$1g1@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4bfe05$l11@katiska.clinet.fi> <4bgmqq$kh6@serpens.rhein.de>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  14. : ppaavola@clinet.fi (Pasi Paavola) writes:
  15.  
  16. : >I try make double buffered window and i don't know how i can change 
  17. : >it bitmap to other.
  18.  
  19. : You cannot double buffer windows. You can only double buffer screens.
  20.  
  21. But in the sense of rastersplit-free update, I would sugest to
  22. use VBeamPos() to wait for bottom of window and hope that
  23. blitbitmaprastport() will do it under (1 frame - windowheight).
  24.  
  25. Somewhere in intuition there should be the physical height of screen,
  26. you got to add it to (window y-pos + wimdow height) to get the value
  27. to compare with beamcounter.
  28.  
  29. ------------------------------------------------------------------------
  30.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  31.  
  32. : -- 
  33. :                                 Michael van Elst
  34.  
  35. : Internet: mlelstv@serpens.rhein.de
  36. :                                 "A potential Snark may lurk in every tree."
  37.